home *** CD-ROM | disk | FTP | other *** search
/ Champak 122 / Vol 122.iso / games / super_ma.swf / scripts / DefineButton2_813 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2011-01-06  |  190 b   |  9 lines

  1. on(release){
  2.    _root.nube.removeMovieClip();
  3.    _root.altavoz.gotoAndStop(1);
  4.    _root.code._visible = 0;
  5.    _root.marca.gotoAndStop(1);
  6.    _root.pun._x = 600;
  7.    gotoAndPlay(2);
  8. }
  9.